body {
  overflow-x: hidden;
  background-image: url(../image/edi_bg.jpg);
  background-size: 100% 100%;
  background-repeat: repeat;
  font-size: 16px;
  font-family: Microsoft YaHei;
  min-width: 1200px;
}

* {
  box-sizing: border-box;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.model-title {
  text-align: center;
  padding-top: 60px;
}

.model-title h4 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(41, 46, 46, 1);
}

.model-title p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(151, 156, 155, 1);
  margin-top: 4px;
}

.container {
  width: 100%;
  height: 100%;
  position: relative;
}

/* S banner */
.banner {
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner_swiper {
  width: 100%;
  height: 450px;
}

.banner_swiper img {
  width: 100%;
  height: 450px;
}

.form-wrap {
  width: 1200px;
  height: 188px;
  overflow: hidden;
  background-image: url(../image/form_bg.jpg);
  background-size: 1200px 188px;
  margin: 0 auto;
  position: relative;
  margin-top: -20px;
  z-index: 2;
  box-sizing: border-box;
}

.form-wrap h4 {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(41, 46, 46, 1);
  text-align: center;
  margin-top: 40px;
}

.form-code {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 24px;
  position: relative;
  padding: 0 40px;
}

.input-wrap {
  width: 992px;
  height: 48px;
  padding: 10px 0;
  background: rgba(255, 255, 255, 1);
  border: 2px solid rgba(255, 154, 5, 1);
  box-shadow: 0px 3px 8px 0px rgba(5, 9, 57, 0.06);
  float: left;
  position: relative;
}

.form-code select {
  border: none;
}

.form-code input,
.form-code .city {
  width: 240px;
  height: 24px;
  border: none;
  border-right: 1px solid rgba(212, 212, 215, 1);
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  vertical-align: middle;
  display: inline-block;
}

.select {
  position: relative;
  display: none;
}

.city-list {position: relative;}

.city-list ul {
  position: absolute;
  top: -20px;
  left: 286px;
  z-index: 9;
  width: 240px;
  height: 149px;
  overflow-y: scroll;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(217, 217, 217, 1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.06);
  text-indent: 12px;
}

.city-list li {
  width: 100%;
  height: 24px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(38, 38, 38, 1);
  line-height: 24px;
  cursor: pointer;
}

.city-list li:hover,
.city-list li.active {
  background: rgba(255, 244, 234, 1);
}

.liactive {
  color: rgba(38, 38, 38, 1) !important;
}

.city-list #cityList {
  position: absolute;
  display: none;
  left: 525px;
}

.onactive1 {
  color: #525959 !important;
}

.city::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 18px;
  width: 8px;
  height: 5px;
  background-image: url(../image/sanjiao.png);
  background-size: 8px 5px;
}

.company {
  background-image: url(../image/form_icon1.png);
  background-size: 16px 16px;
  background-position: left 16px center;
  background-repeat: no-repeat;
  padding-left: 46px;
  padding-right: 10px;
}

.input-wrap input:focus {
  padding-left: 46px !important;
}

.city {
  background-image: url(../image/form_icon2.png);
  background-size: 16px 16px;
  background-position: left 16px center;
  background-repeat: no-repeat;
  padding-left: 42px;
  line-height: 24px;
  position: relative;
  color: rgba(177, 177, 177, 1);
}

.phone {
  background-image: url(../image/form_icon3.png);
  background-size: 16px 16px;
  background-position: left 16px center;
  background-repeat: no-repeat;
  padding-left: 46px;
}

.msgcode {
  width: 270px;
  height: 24px;
  border: none !important;
  background-image: url(../image/form_icon4.png);
  background-size: 16px 16px;
  background-position: left 16px center;
  background-repeat: no-repeat;
  padding-left: 46px;
}

.form-code button[type="button"] {
  position: absolute;
  right: 6px;
  top: 8px;
  padding: 0 11px;
  height: 28px;
  background: rgba(255, 236, 208, 1);
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 109, 0, 1);
}

.form-code button[type="submit"] {
  width: 128px;
  height: 48px;
  background: linear-gradient(60deg, rgba(255, 154, 5, 1), rgba(255, 108, 0, 1));
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  position: absolute;
  right: 40px;
  top: 0;
  z-index: 99;
  border: none;
  vertical-align: middle;
}

.permit {
  width: 100%;
  height: 610px;
  overflow: hidden;
}

.permit-content {
  width: 1200px;
  height: 426px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 6px 11px 1px rgba(56, 93, 145, 0.1);
  overflow: hidden;
  margin: 0 auto;
  margin-top: 30px;
}

.permit-left {
  float: left;
  width: 285px;
  height: 426px;
  background-image: url(../image/zzdx_img.jpg);
  background-size: 285px 426px;
  padding: 40px;
}

.permit-left h5 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
}

.permit-left p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, .8);
  line-height: 22px;
  margin-top: 20px;
}

.permit-right {
  float: right;
  width: 915px;
  height: 426px;
}

.permit-right ul {
  width: 100%;
  height: 230px;
  overflow: hidden;
  margin-top: 40px;
}

.permit-right li {
  width: 304px;
  height: 100%;
  float: left;
  text-align: center;
}

.permit-right li:nth-child(n+2) {
  border-left: 1px solid rgba(27, 181, 188, .2);
}

.permit-right li img {
  width: 91px;
  height: 91px;
  margin-top: 24px;
}

.permit-right li h6 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(41, 46, 46, 1);
  margin-top: 25px;
}

.permit-right li p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(151, 156, 155, 1);
  line-height: 20px;
  margin-top: 16px;
}

.hot-line {
  width: 530px;
  height: 56px;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 0;
  border: 1px solid rgba(16, 187, 184, 1);
}

.hot-line-left {
  display: inline-block;
  width: 380px;
  height: 54px;
  background: rgba(255, 255, 255, 1);
  vertical-align: middle;
}


.hot-line-left img {
  width: 17px;
  height: 19px;
  vertical-align: middle;
  margin-left: 39px;
  animation: tel .5s infinite;
  -webkit-animation: tel .5s infinite;
}

@keyframes tel {
  0% {
    transform: translateY(3px);
  }

  50% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(3px);
  }
}

@-webkit-keyframes tel {
  0% {
    transform: translateY(3px);
  }

  50% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(3px);
  }
}

.hot-line-left span:nth-child(2) {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(82, 89, 89, 1);
  line-height: 54px;
  margin-left: 8px;
}

.hot-line-left span:nth-child(3) {
  display: inline-block;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(16, 187, 184, 1);
  vertical-align: middle;
  line-height: 54px;
  margin-left: 10px;
}

.hot-line-right {
  display: inline-block;
  width: 148px;
  height: 54px;
  background: rgba(16, 187, 184, 1);
  vertical-align: middle;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 54px;
  text-align: center;
  cursor: pointer;
}

.hot-line-right:hover {
  background: #0FA6A3;
}

.goodness {
  width: 100%;
  height: 598px;
  overflow: hidden;
  background: url(../image/trouble_bg.jpg);
  background-size: 100% 598px;
}

.goodness-content {
  width: 100%;
  height: 419px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 6px 11px 1px rgba(56, 93, 145, 0.1);
  margin-top: 30px;
}

.goodness-left {
  float: left;
  width: 900px;
  height: 100%;
  padding: 39px 40px 0 40px;
}

.goodness-left>p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(82, 89, 89, 1);
  line-height: 28px;
}

.yello {
  color: #FF6C00;
  font-weight: bold;
}

.goodness-left ul {
  width: 100%;
  height: 212px;
  margin-top: 30px;
}

.goodness-left ul li {
  float: left;
  width: 150px;
  height: 100%;
  text-align: center;
  margin-left: 48px;
}

.goodness-left ul li:first-child {
  margin-left: 24px !important;
}

.goodness-left ul li img {
  width: 143px;
  height: 143px;
}

.goodness-left ul li h5 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(82, 89, 89, 1);
  margin-top: 20px;
}

.goodness-left ul li p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(198, 207, 206, 1);
  margin-top: 10px;
}

.goodness-right {
  float: right;
  width: 300px;
  height: 100%;
}

.goodness-right img {
  width: 270px;
  height: 320px;
  margin-top: 55px;
}

.term {
  width: 100%;
  height: 730px;
  overflow: hidden;
  background-image: url(../image/tiaojian_bg.jpg);
  background-size: 100% 730px;
}

.term-content {
  width: 100%;
  margin-top: 30px;
}

.term-content ul {
  width: 100%;
  height: 545px;
}

.term-content ul li {
  float: left;
  width: 385px;
  height: 100%;
  background-image: url(../image/tiaojian_line1.png);
  padding: 48px 32px 0 32px;
  position: relative;
}

.term-content ul li:nth-child(1)::after {
  position: absolute;
  width: 40px;
  height: 40px;
  right: -35px;
  top: 240px;
  content: "";
  background-image: url(../image/fuhao11.png);
}

.term-content ul li:nth-child(2)::after {
  position: absolute;
  width: 40px;
  height: 30px;
  right: -35px;
  top: 240px;
  content: "";
  background-image: url(../image/fuhao21.png);
  background-size: 40px 30px;
  background-position: center;
  background-repeat: no-repeat;
}

.term-content ul li:nth-child(n+2) {
  margin-left: 22px;
}

.term-content ul li h4 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(41, 46, 46, 1);
  text-align: center;
  padding-bottom: 30px;
}

.term-content ul li p {
  padding-left: 30px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(82, 89, 89, 1);
  line-height: 26px;
}

.term-content ul li p span:nth-child(1) {
  display: inline-block;
  width: 20px;
  color: #10BBB8;
  vertical-align: top;
}

.term-content ul li p span:nth-child(2) {
  width: 266px;
  display: inline-block;
  vertical-align: top;
}

.term-content ul li div {
  width: 200px;
  height: 40px;
  border: 1px solid rgba(255, 108, 0, 1);
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 108, 0, 1);
  line-height: 38px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: 70px;
  left: 50%;
  margin-left: -100px;
}

.term-content ul li div:hover {
  background: linear-gradient(60deg, rgba(255, 154, 5, 1), rgba(255, 108, 0, 1));
  box-shadow: 0px 6px 15px 1px rgba(255, 108, 0, 0.3);
  color: rgba(255, 255, 255, 1);
  border: none;
  cursor: pointer;
}

.term-content ul li:nth-child(3) {
  text-align: center;
}

.term-content ul li:nth-child(3) img {
  width: 239px;
  height: 336px;
}

.term-content ul li:nth-child(3) h5 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(82, 89, 89, 1);
  margin-top: 24px;
}

.procedure {
  width: 100%;
  height: 623px;
  overflow: hidden;
  background-image: url(../image/lc_bg1.jpg);
  background-size: 100% 623px;
}

.procedure .model-title h4 {
  color: rgba(255, 255, 255, 1);
}

.procedure-content {
  width: 100%;
  height: 440px;
  overflow: hidden;
  margin-top: 30px;
}

.procedure-left {
  float: left;
  width: 570px;
  height: 440px;
  background: #F0F6F9;
}

.procedure-left .content-top {
  background: url(../image/lc_dgg.png);
}

.procedure-right {
  float: right;
  width: 570px;
  height: 440px;
  background: #FFFEFF;
  position: relative;
}

.content-top {
  width: 100%;
  height: 93px;
  background: url(../image/lc_geren.png);
  text-align: center;
  padding-top: 30px;
}

.content-top img {
  width: 28px;
  height: 3px;
  vertical-align: middle;
}

.content-top span {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 25px;
  vertical-align: middle;
}

.content-centenr {
  width: 100%;
  height: 348px;
  padding: 15px 40px 40px 40px;
}

.content-centenr p {
  width: 490px;
  height: 60px;
  background: rgba(255, 255, 255, 1);
  border-radius: 30px 0 0 30px;
  padding-left: 160px;
  line-height: 60px;
}

.content-centenr p:nth-child(n+2) {
  margin-top: 12px;
}

.content-centenr p span:nth-child(1) {
  font-size: 28px;
  font-family: Arial;
  font-weight: bold;
  color: rgba(16, 187, 184, 1);
  vertical-align: middle;
}

.content-centenr p span:nth-child(2) {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(41, 46, 46, 1);
  vertical-align: middle;
}

.content-centenr p:hover {
  background: rgba(16, 187, 184, 1);
}

.content-centenr p:hover span {
  color: rgba(255, 255, 255, 1);
}

.right-img {
  width: 570px;
  height: 360px;
}

.right-img img {
  width: 570px;
  height: 356px;
}

.procedure-right::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -90px;
  top: 50%;
  margin-top: -40px;
  width: 116px;
  height: 116px;
  background: url(../image/lc_vs.png);
  background-size: 116px 116px;
}

.secure {
  width: 100%x;
  height: 652px;
  background: rgba(255, 255, 255, 1);
  overflow: hidden;
}

.secure-list {
  width: 100%;
  height: 382px;
  margin-top: 30px;
}

.secure-list li {
  width: 270px;
  height: 382px;
  float: left;
  position: relative;
}

.statics {
  width: 270px;
  height: 382px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 22px 30px 32px 32px;
}

.rel-class {
  width: 390px;
  height: 382px;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  padding: 22px 30px 32px 32px;
}

.secure-list li:first-child .statics {
  background: rgba(246, 246, 246, 1) url(../image/good_icon1.png);
  background-repeat: no-repeat;
  background-size: 80px 80px;
  background-position: right 24px bottom 24px;
}

.secure-list li:nth-child(2) .statics {
  background: rgba(246, 246, 246, 1) url(../image/good_icon2.png);
  background-repeat: no-repeat;
  background-size: 80px 80px;
  background-position: right 24px bottom 24px;
}

.secure-list li:nth-child(3) .statics {
  background: rgba(246, 246, 246, 1) url(../image/good_icon3.png);
  background-repeat: no-repeat;
  background-size: 80px 80px;
  background-position: right 24px bottom 24px;
}

.secure-list li:nth-child(4) .statics {
  background: rgba(246, 246, 246, 1) url(../image/good_icon4.png);
  background-repeat: no-repeat;
  background-size: 80px 80px;
  background-position: right 24px bottom 24px;
}

.secure-list li:nth-child(n+2) {
  border-left: 1px solid rgba(229, 229, 229, 1);
}

.statics h4 {
  height: 50px;
  font-size: 60px;
  font-family: Roboto;
  font-weight: 900;
  color: rgba(255, 255, 255, .5);
  text-align: right;
  line-height: 50px;
}

.statics h5 {
  margin-top: 34px;
  height: 48px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 48px;
  border-bottom: 1px solid rgba(229, 229, 229, 1);
}

.statics h5 span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(16, 187, 184, 1);
  margin-right: 10px;
}

.statics p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(82, 89, 89, 1);
  margin-top: 16px;
}

.rel-class>div {
  width: 126px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 38px;
  position: absolute;
  bottom: 32px;
  cursor: pointer;
}

.rel-class h4 {
  font-size: 60px;
  font-family: Roboto;
  font-weight: 900;
  color: rgba(255, 255, 255, .1);
  line-height: 77px;
  text-align: right;
}

.rel-class h5 {
  margin-top: 8px;
  height: 48px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 48px;
  border-bottom: 1px solid rgba(229, 229, 229, .1);
}

.rel-class span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 1);
  margin-right: 10px;
}

.rel-class p {
  margin-top: 8px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 24px;
}

.secure-list li:first-child .rel-class {
  background-image: url(../image/good_img1.jpg);
  background-size: 390px 382px;
  background-repeat: no-repeat;
  background-position: left top;
}

.secure-list li:nth-child(2) .rel-class {
  background-image: url(../image/good_img2.jpg);
  background-position: left top;
  background-size: 390px 382px;
}

.secure-list li:nth-child(3) .rel-class {
  background-image: url(../image/good_img3.jpg);
  background-position: left top;
  background-size: 390px 382px;
}

.secure-list li:nth-child(4) .rel-class {
  background-image: url(../image/good_img4.jpg);
  background-position: left top;
  background-size: 390px 382px;
}

.width {
  width: 390px !important;
}

.promise {
  width: 100%;
  height: 595px;
  overflow: hidden;
}

.promise-content {
  width: 100%;
  height: 380px;
  box-shadow: 0px 6px 33px 2px rgba(187, 187, 188, 0.2);
  border: 9px solid rgba(255, 255, 255, 1);
  margin-top: 30px;
  background: rgba(255, 255, 255, 1);
}

.promise-left {
  float: left;
  width: 584px;
  height: 361px;
  position: relative;
}

.promise-left-one {
  width: 100%;
  height: 100%;
  background-image: url(../image/permit_img1.jpg);
  background-size: 584px 361px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 32px;
}

.promise-left-two {
  width: 100%;
  height: 100%;
  background-image: url(../image/permit_img2.jpg);
  background-size: 584px 361px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  display: none;
  padding: 32px;
}

.promise-content h4 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(41, 46, 46, 1);
}

.promise-content p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(151, 156, 155, 1);
  line-height: 22px;
  margin-top: 16px;
}

.promise-left h5 {
  font-size: 0;
  position: absolute;
  left: 32px;
  bottom: 32px;
  z-index: 99;
}

.onactive {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: rgba(16, 187, 184, 1);
  border-radius: 50%;
}

.promise-left h5 span:last-child {
  margin-left: 10px;
}

.promise-left h5 span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(16, 187, 184, 1);
  border-radius: 50%;
  margin-left: 10px;
  cursor: pointer;
}

.promise-right {
  float: right;
  width: 584px;
  height: 361px;
  margin-left: 12px;
}

.promise-right>div:nth-child(1) {
  width: 584px;
  height: 176px;
  background-image: url(../image/permit_img3.jpg);
  background-size: 584px 176px;
  padding: 32px;
}

.promise-right>div:nth-child(2) {
  width: 584px;
  height: 176px;
  background-image: url(../image/permit_img4.jpg);
  background-size: 584px 176px;
  margin-top: 10px;
  padding: 32px;
}

.needs {
  width: 100%;
  height: 525px;
  background: rgba(255, 255, 255, 1);
  overflow: hidden;
}

.needs-list {
  width: 100%;
  height: 336px;
  padding: 0 37px;
  margin-top: 40px;
  text-align: center;
}

.needs-list li {
  width: 166px;
  height: 100%;
  float: left;
}

.needs-list li:nth-child(n+2) {
  margin-left: 74px;
}

.needs-list li img {
  width: 166px;
  height: 166px;
}

.needs-list li>p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  margin-top: 30px;
}

.needs-list li>p.tit {
  margin-top: 11px;
  font-size: 12px;
  font-family: Arial;
  font-weight: 400;
  color: rgba(183, 183, 183, 1);
}

.needs-list li>div {
  width: 120px;
  height: 40px;
  border: 1px solid rgba(255, 108, 0, 1);
  text-align: center;
  margin-left: 23px;
  margin-top: 24px;
  cursor: pointer;
}

.needs-list li>div p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 108, 0, 1);
  line-height: 40px;
}


.needs-list li>div:hover {
  background: linear-gradient(60deg, rgba(255, 154, 5, 1), rgba(255, 108, 0, 1));
  box-shadow: 0px 6px 15px 1px rgba(255, 108, 0, 0.3);
}

.needs-list li>div:hover p {
  color: rgba(255, 255, 255, 1);
}



.dgg-sl {
  width: 100%;
  height: 866px;
  background: #f8f8f8;
  overflow: hidden;
}

.ds-list {
  height: 172px;
  margin-top: 64px;
}

.ds-list ul li {
  position: relative;
  float: left;
  margin-right: 12px;
  width: 230px;
  height: 172px;
  text-align: center;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 9px 1px rgba(154, 154, 154, 0.15);

}

.ds-list ul li:hover h3,
.ds-list ul li:hover p {
  color: #10bbb8;
}

.ds-list ul li:last-child {
  margin-right: 0;
}

.ds-list ul li .img {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  background-image: url(../image/dgg_icon.png);
  margin-top: -32px;
}

.ds-list ul li h3 {
  font-weight: bold;
  font-family: DIN;
  font-size: 36px;
  line-height: 26px;
  color: #2B2D2C;
  padding-top: 30px;
}

.ds-list ul li h3 span {
  font-weight: bold !important;
  font-size: 16px !important;
  margin-left: 6px;
}

.ds-list ul li h3 i {
  font-size: 27px !important;
  font-weight: normal !important;
}

.ds-list ul li p {
  color: #979C9B;
  padding-top: 12px;
}


.ds-li1 .img {
  background-position: 0 0;
}

.ds-li2 .img {
  background-position: -64px 0;
}

.ds-li3 .img {
  background-position: -128px 0;
}

.ds-li4 .img {
  background-position: -192px 0;
}

.ds-li5 .img {
  background-position: -256px 0;
}

.ds-list ul li.ds-li1:hover .img {
  background-position: 320px 0;
}

.ds-list ul li.ds-li2:hover .img {
  background-position: 256px 0;
}

.ds-list ul li.ds-li3:hover .img {
  background-position: 192px 0;
}

.ds-list ul li.ds-li4:hover .img {
  background-position: 128px 0;
}

.ds-list ul li.ds-li5:hover .img {
  background-position: 64px 0;
}

.ds-img {
  height: 430px;
  margin-top: 13px;
  background: #fff;
  box-sizing: border-box;
}

.ds-img ul li {
  float: left;
  width: 228px;
  height: 200px;
  position: relative;
  margin-top: 10px;
  margin-left: 10px;
  overflow: hidden;
}

.ds-img ul li:hover img {
  transform: scale(1.2);
  transition: all .5s;
}

.ds-img ul li img {
  width: 100%;
  height: 200px;
  transition: all .5s;
}

.ds-img ul li p {
  height: 28px;
  line-height: 28px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  background: rgba(0, 0, 0, .6);
  font-size: 14px;
  z-index: 1;
  padding: 0 10px;
}